Java Script It!
See Also...
Info
Menu Maker
 
Description
A DHTML application that allows you to add drop down menus to a document.

Properties
Property Description
Menu Setup Stores the menu items that will appear in a drop down menu. The Menu Item attribute stores the caption (or choose --separator-- to insert a separator bar), the Item URL attribute stores the URL the user will navigate to upon clicking the item and the Item Font Style stores how the caption will be displayed.
Left Position The position in pixels that the drop down menu will be located from the left border of the browser.
Top Position The position in pixels that the drop down menu will be located from the top border of the browser.
Menu Width The width in pixels that the menu will be.
Background Color The background color of the drop down menu.
Font Face The name of the font that will be used to display the captions.
Font Size The size of the font that will be used to display the captions.
Hyperlink Selection The hyperlink within the document that will show the drop down menu upon the user's mouse enter. Select only the opening tag of the hyperlink.

Browser Compatibility
Navigator 3 IE 3 Navigator 4++ IE 4++
incompatible incompatible compatible compatible

Aditional Information

  • You can add as many drop down menus to a document as you wish
  • Microsoft Internet Explorer and Netscape Navigator may display the drop down menus in slightly different positions
  • Position the drop down menu just slightly under the hyperlink so the menu will not hide when the users mouse leaves the hyperlink to enter the menu

Info
Support